home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Code / Extensions / FlashCar / !Help next >
Text File  |  2002-05-08  |  1KB  |  34 lines

  1.                              FlashCar v1.01
  2.                              ——————————————
  3.  
  4.       by Reuben Thomas (rrt@sc3d.org) and Tim Tyler (tt@cryogen.com)
  5.  
  6.  
  7. FlashCar causes the caret to blink, with configurable on and off periods.
  8. It operates as a module task, is ROMmable and the module takes up 985 bytes.
  9.  
  10. This version of FlashCar is distributed as Freeware. It comes with no
  11. warranty. It is also distributed with Zap (v1.40 and later).
  12.  
  13.  
  14. Usage
  15. —————
  16.  
  17. Double-click on the module to install it.  To change the on/off periods (both
  18. are 30/100ths sec. by default), set the variables FlashCar$On and
  19. FlashCar$Off to appropriate values.
  20.  
  21.  
  22. Why we wrote it
  23. ———————————————
  24.  
  25. Having a flashing caret is extremely useful; Acorn should have built this
  26. feature in. There seemed to be no standalone utility that's compatible with
  27. the newest Acorns that did this job and no other (in the past it's often been
  28. provided with "do-it-all" utilities such as Menon, or with pointless extras,
  29. such as the Flasher application that comes with Risc PCs).
  30.  
  31. Reuben took Flasher apart to find out how it worked and wrote a small
  32. machine-code version, which takes less processor time and memory. Tim
  33. converted it to a module to improve resource consumption further.
  34.